home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / objects / fprint / r3fpjoin.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  631 b   |  27 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3fpjoin.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("oops/r3gadget.js")
  7. var R3CLID_FPJOINTGADGET = 1608;
  8.  
  9. R3FPJGM_JOINT = 1608000;
  10.  
  11. function _R3FPJGM_JOINT() {
  12.   return this.r3Do(R3FPJGM_JOINT, arguments);
  13. }
  14.  
  15. function r3Fpjointgadget () { 
  16.    this.base = r3God;
  17.    if(arguments.length) {
  18.       this.base(R3CLID_FPJOINTGADGET, arguments);
  19.    }
  20.    // Methods
  21.    this.JOINT=_R3FPJGM_JOINT;
  22.  
  23.    // Attributes
  24. }
  25.  
  26. r3Fpjointgadget.prototype=new r3Gadget;
  27. // inc/plugins/objects/fprint/r3fpjoin.h_H